doAMenu "New Listing", "Open Listing...", "Save Listing...", "Quit"
end mouseDown
-- part 13 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=300 top=258 right=276 bottom=334
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Edit
----- HyperTalk script -----
on mouseUp
set hilite of me to false
end mouseUp
on mouseDown
doAMenu "Undo", "Cut", "Copy", "Paste"
end mouseDown
-- part 14 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=339 top=258 right=276 bottom=373
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
set hilite of me to false
end mouseUp
on mouseDown
doAMenu "By Age...", "By Income...", "By City...", "By Past Donations..."
end mouseDown
-- part 15 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=59 top=84 right=199 bottom=416
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 14
-- part name:
----- HyperTalk script -----
on mouseUp
if 2 = 1 then
end if
end mouseUp
-- part contents for card part 15
----- text -----
With HyperCard 2.0, stack developers can change the HyperCard menu bar to include any menus they want. The new menus can include any customized menu options.
Here are three samples. Click on the options to see what is available (the particular options do not work).